home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11ys.zip / LIB / DATER.H < prev    next >
C/C++ Source or Header  |  1992-11-27  |  585b  |  12 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    d a t e r                                                       */
  3. /*                                                                    */
  4. /*    Format the date and time as mm/dd-hh:mm                         */
  5. /*                                                                    */
  6. /*    Copyright (c) 1991, Andrew H. Derbyshire                        */
  7. /*--------------------------------------------------------------------*/
  8.  
  9. #define DATEBUF 12
  10.  
  11. char *dater( const time_t t , char *buf);
  12.